Array.reserve

Guarantee that no allocation will occur for the specified reserve amount of memory

struct Array(T)
void
reserve
(
size_t newSize
)

Meta